bufio.Reader.fill (method)

8 uses

	bufio (current package)
		bufio.go#L99: func (b *Reader) fill() {
		bufio.go#L152: 		b.fill() // b.w-b.r < len(b.buf) => buffer is not full
		bufio.go#L192: 			b.fill()
		bufio.go#L273: 		b.fill() // buffer is empty
		bufio.go#L308: 		b.fill() // b.w-b.r < len(buf) => buffer is not full
		bufio.go#L380: 		b.fill() // buffer is not full
		bufio.go#L540: 		b.fill() // buffer not full
		bufio.go#L550: 		b.fill() // buffer is empty